From 22aa9e52ff2327a92005d63abe1a4d37fdb121d4 Mon Sep 17 00:00:00 2001 From: Chris Swan Date: Wed, 10 Sep 2025 11:07:38 +0100 Subject: [PATCH] cjson: update to 1.7.19 This is a bugfix release Full release notes available at: https://github.com/DaveGamble/cJSON/releases/tag/v1.7.19 Signed-off-by: Chris Swan --- libs/cjson/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cjson/Makefile b/libs/cjson/Makefile index f8ccc12cfd..cc97f9d07b 100644 --- a/libs/cjson/Makefile +++ b/libs/cjson/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cJSON -PKG_VERSION:=1.7.18 +PKG_VERSION:=1.7.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/DaveGamble/cJSON/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=3aa806844a03442c00769b83e99970be70fbef03735ff898f4811dd03b9f5ee5 +PKG_HASH:=7fa616e3046edfa7a28a32d5f9eacfd23f92900fe1f8ccd988c1662f30454562 PKG_MAINTAINER:=Karl Palsson PKG_LICENSE:=MIT -- 2.30.2